home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / main / printing.proto.h < prev    next >
Text File  |  1994-04-14  |  383b  |  12 lines

  1.  
  2. /* printing.c */
  3. void    PrintingUnload(void);
  4. short userabort(void);
  5. void printGraph(short dnum);
  6. void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns,
  7.                 char **charh, short refNum, short useTitle, short theScreen);
  8. void printText(short vs, Str255 Title, short scrn);
  9. void PrintPageSetup(void);
  10. void PrintSelection(void);
  11. THPrint PrintSetupRecord(void);
  12.